home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act2
/
00292.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-28
|
184 b
|
10 lines
on exitFrame
global mysound
puppetSound(0)
if the number of cast mysound = -1 then
alert("sound:" & mysound & " doesn't exist.")
else
puppetSound(mysound)
end if
end